|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bootchart.common.Sample
org.bootchart.common.DiskTPutSample
public class DiskTPutSample
Disk I/O throughput sample.
| Field Summary | |
|---|---|
double |
read
Read throughput (KB/s). |
double |
write
Write throughput (KB/s). |
| Fields inherited from class org.bootchart.common.Sample |
|---|
time, TIME_FORMAT |
| Constructor Summary | |
|---|---|
DiskTPutSample(Date time,
double read,
double write)
Creates a new sample. |
|
| Method Summary | |
|---|---|
static double |
getMaxDiskTPut(List ioSampleList)
Returns the maximum throughput seen in the sample list. |
String |
toString()
Returns the string representation of the sample. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double read
public double write
| Constructor Detail |
|---|
public DiskTPutSample(Date time,
double read,
double write)
time - sample timeread - read throughputwrite - write throughput| Method Detail |
|---|
public String toString()
toString in class Objectpublic static double getMaxDiskTPut(List ioSampleList)
ioSampleList - iostat sample list
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||